object hdialog1: Thdialog1 Left = 302 Top = 329 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'Help Dialog' ClientHeight = 125 ClientWidth = 322 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 0 Top = 0 Width = 321 Height = 89 Lines.Strings = ( 'If the word PassWordCrash is visible, this is the current Admin' 'password. THIS PASSWORD IS CASE SENSITIVE.' '' 'Read MSG: used to read message left by system user.' 'Leave MSG: used to leave messages to system user.' '' 'If the prompt says Admin Password, the machine may only be' 'unlocked by correctly entering the Admin Password. ' '' 'If the prompt says User Password, the machine may be' 'unlocked by correctly entering the current user password or' 'the Admin Password. ') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object Button1: TButton Left = 240 Top = 96 Width = 75 Height = 25 Caption = '&OK' TabOrder = 1 OnClick = Button1Click end end